html/template.nameSpace.mu (field)

19 uses

	html/template (current package)
		template.go#L38: 	mu      sync.Mutex
		template.go#L48: 	ns.mu.Lock()
		template.go#L49: 	defer ns.mu.Unlock()
		template.go#L87: 	t.nameSpace.mu.Lock()
		template.go#L88: 	defer t.nameSpace.mu.Unlock()
		template.go#L97: 	t.nameSpace.mu.Lock()
		template.go#L98: 	defer t.nameSpace.mu.Unlock()
		template.go#L146: 	t.nameSpace.mu.Lock()
		template.go#L147: 	defer t.nameSpace.mu.Unlock()
		template.go#L199: 	t.nameSpace.mu.Lock()
		template.go#L200: 	defer t.nameSpace.mu.Unlock()
		template.go#L222: 	t.nameSpace.mu.Lock()
		template.go#L223: 	defer t.nameSpace.mu.Unlock()
		template.go#L247: 	t.nameSpace.mu.Lock()
		template.go#L248: 	defer t.nameSpace.mu.Unlock()
		template.go#L305: 	t.nameSpace.mu.Lock()
		template.go#L306: 	defer t.nameSpace.mu.Unlock()
		template.go#L363: 	t.nameSpace.mu.Lock()
		template.go#L364: 	defer t.nameSpace.mu.Unlock()